home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcmag
/
v11n11
/
envsize.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-12-29
|
206 b
|
8 lines
ECHO OFF
REM ========== Show size of DOS Environment being used ===========
CLS
SET > ENVSIZE.
ECHO Number of bytes used by DOS Environment shown by file size of ENVSIZE
DIR ENVSIZE.
DEL ENVSIZE.